,::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Montserrat',sans-serif;background-color:#050505;background-image:radial-gradient(circle at 50% 50%,#1a0b2e 0,#000 100%);color:#fff;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}body::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:40px 40px;opacity:.05;pointer-events:none;z-index:0}.container{position:relative;z-index:1;padding:2rem;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo{width:120px;height:auto;margin-bottom:1rem;filter:drop-shadow(0 0 15px rgba(255,255,255,.2))}h1{font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.1;text-transform:uppercase;background:linear-gradient(to right,#f09,#493240);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 30px rgba(255,0,153,.3)}p{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.5;opacity:.9;max-width:600px}.cta-button{display:inline-block;background:linear-gradient(45deg,#ffd700,#fa0);color:#000;text-decoration:none;font-weight:900;font-size:clamp(1rem,1.5vw,1.25rem);padding:1rem 2.5rem;border-radius:50px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 0 20px rgba(255,215,0,.4);transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.cta-button:hover,.cta-button:focus{transform:scale(1.05);box-shadow:0 0 30px rgba(255,215,0,.6);outline:2px solid #fff;outline-offset:2px}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(20,20,20,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:12px;display:flex;align-items:center;gap:1rem;width:90%;max-width:500px;z-index:100;box-shadow:0 10px 30px rgba(0,0,0,.5);font-size:.875rem}.cookie-text{flex:1}.cookie-btn{background:#fff;color:#000;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:700;cursor:pointer;font-size:.875rem}.cookie-btn:hover{background:#ddd}@media(max-width:480px){.cookie-banner{flex-direction:column;align-items:stretch;text-align:center}}